home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / A+ Guide < prev    next >
Text File  |  2000-01-01  |  770b  |  35 lines

  1. Failat 21
  2. getenv isplusupdate4 >NIL:
  3. if not warn 
  4. set a `getenv whereplusupd4` ;Scheiße gebaut, Update gesaut....
  5. if not warn
  6. cd "`getenv whereplusupd4`" >NIL:
  7. if not fail
  8. if exists "A+ Guide4.upd"
  9. execute "A+ Guide4.upd"
  10. skip ende
  11. else
  12. skip normalmode
  13. endif ;exists #?.upd
  14. else
  15. skip normalmode
  16. endif ;CD hat gefunzt
  17. else
  18. skip normalmode
  19. endif ;Whereplusupd existiert
  20. else
  21. lab normalmode
  22. ;AB HIER KOMMT ERST DAS SCRIPT
  23. if not exists env:quickstarted
  24. Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
  25. wait 2
  26. quit
  27. endif
  28.  
  29. set a `requestchoice "Amiga Plus (C)" "Welche Version wollen Sie?" "HTML|Guide"`
  30. if $a eq 1
  31. EXECUTE >NIL: APCD:Scripts/viewhtml APCD:Index.html HTML
  32. else
  33. EXECUTE >NIL: APCD:Scripts/viewhtml APCD:index.guide GUIDE
  34. endif
  35. lab ende